github.com/andybalholm/brotli.hasherHandle.StoreLookahead (method)

9 uses

	github.com/andybalholm/brotli (current package)
		backward_references.go#L45: 	if num_bytes >= hasher.StoreLookahead() {
		backward_references.go#L46: 		store_end = position + num_bytes - hasher.StoreLookahead() + 1
		backward_references.go#L155: 					var kMargin uint = brotli_max_size_t(hasher.StoreLookahead()-1, 4)
		backward_references.go#L169: 					var kMargin uint = brotli_max_size_t(hasher.StoreLookahead()-1, 2)
		backward_references_hq.go#L697: 	if num_bytes >= hasher.StoreLookahead() {
		backward_references_hq.go#L698: 		store_end = position + num_bytes - hasher.StoreLookahead() + 1
		hash.go#L25: 	StoreLookahead() uint
		hash_composite.go#L20: 	var a uint = h.ha.StoreLookahead()
		hash_composite.go#L21: 	var b uint = h.hb.StoreLookahead()